home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / S / ShareDisk 2.0.sit / ShareDisk 2.0 / KeyQuencer 1.2 / More KQ Extensions to add / ChangeClip.rsrc / MPRM_128 < prev    next >
Encoding:
Text File  |  1994-08-01  |  1.1 KB  |  2 lines

  1.  
  2. ChangeClipWChangeClip "new" ["old"/#offset[#length]/before["find"]/after["find"]] [once] [enforce]¨Changes the text in the clipboard by inserting, replacing or removing a string. Use "\r" for <return>, "\t" for <tab>, "\q" for <"> and "\\" for <\> when typing the stringsenforce£Forces private clipboard conversion for applications that don’t write to the system clipboard; add it to the first and to the last ClipChange command in your macro"new"Replaces clipboard contents "new" "old",Replaces all occurrences of "old" with "new""new" "old" once1Replaces the first occurrence of "old" with "new" "new" before'Adds "new" at the beginning of the text"new" before "find"+Adds "new" before each occurrence of "find""new" before "find" once0Adds "new" before the first occurrence of "find" "new" after!Adds "new" at the end of the text"new" after "find"*Adds "new" after each occurrence of "find""new" after "find" once/Adds "new" after the first occurrence of "find"
  3. "new" #offsetIAdds "new" at the specified numeric offset from the beginning of the text"new" #offset #length>Replaces #length characters at the specified offset with "new"